Pict File - Subclass of Canvas that draws a picture from a PICT file.
Pict rsrc - Subclass of Canvas that draws a picture from a PICT resource.
New Methods:
Read PICT File - A universal method that reads a picture from a PICT file
Description
-----------
This example demonstrates how to read a picture from a PICT file. Our technical support department is asked how to do this surprisingly often. The universal method "Open File" opens a file, reads a picture from it, and displays the picture in a window.
It also demonstrates how to draw a picture with scroll bars. The class "Scroll Pict" does most of the work, the classes "PICT File" and "PICT rsrc" are refinements of "Scroll Pict" which display pictures from files and resources respectively.